home *** CD-ROM | disk | FTP | other *** search
- function reset()
- {
- topBubble.tween("_x",260,1,"easeInOutBack",0.5);
- browseBtn.scaleTo(100,0,"linear",2);
- browseBtn.tween(["_y","_x"],[126,283],0,"linear",2);
- downloadBtn.scaleTo(100,0,"linear",2);
- downloadBtn.tween(["_y","_x"],[268,347],0,"linear",2);
- cover0.tween(["_y","_x"],[223,284],0,"linear",2);
- cover1.tween(["_y","_x"],[343,510],0,"linear",2);
- grab.alphaTo(0,0.5,"linear",0.5);
- this.onEnterFrame = function()
- {
- if(grab._alpha < 0.5)
- {
- gotoAndPlay(1);
- delete this.onEnterFrame;
- }
- };
- }
- stop();
- i = 0;
- while(i <= 1)
- {
- tg = 0.2 * i;
- this["cover" + i].scaleTo(0,0.5,"linear",tg);
- i++;
- }
- removeMovieClip("leftWordCage");
- removeMovieClip("rightWordCage");
- topBubble.masker.scaleTo(0,0.4,ease);
- browseBtn.masker.scaleTo(0,0.4,ease);
- downloadBtn.masker.scaleTo(0,0.4,ease);
- delete browseBtn.onEnterFrame;
- browseBtn.enabled = false;
- downloadBtn.enabled = false;
- reset();
-